Drop a reference to GtkGLArea::create-context
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Oct 2014 03:55:53 +0000 (23:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 Oct 2014 14:43:32 +0000 (10:43 -0400)
The signal no longer exists.

gtk/gtkglarea.c

index be612b737f1398d3211005b647fbf6e874e5e497..c2c15ff21460fe84987d203582f8f3ba6a8f76cd 100644 (file)
@@ -376,8 +376,8 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
    * The #GdkGLContext used by the #GtkGLArea widget.
    *
    * The #GtkGLArea widget is responsible for creating the #GdkGLContext
-   * instance. See the #GtkGLArea::create-context signal on how to
-   * override the default behavior.
+   * instance. If you need to render with other kinds of buffers (stencil,
+   * depth, etc), use render buffers.
    *
    * Since: 3.16
    */